home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / gnome-power-manager / README < prev    next >
Encoding:
Text File  |  2007-03-04  |  1.3 KB  |  32 lines

  1.                   GNOME Power Manager
  2.                A Power Manager for GNOME
  3.  
  4. GNOME Power Manager is a GNOME session daemon that acts as a policy agent on top of 
  5. the Project Utopia stack, which includes the kernel, hotplug, udev, and HAL. GNOME 
  6. Power Manager listens for HAL events and responds with user-configurable reactions.
  7. Currently it supports UPS's, laptop batteries and AC adapters. Its goal is to be 
  8. architecture neutral and free of polling and other hacks.
  9.  
  10. Most of the code is actually in HAL for abstracting various power aware devices 
  11. (UPS's) and frameworks (ACPI, PMU, APM etc.) - so the desktop parts are fairly 
  12. lightweight and straightforward to write.
  13.  
  14. GNOME Power Manager comes in three parts:
  15.  
  16.     - gnome-power-manager:        the manager daemon itself
  17.     - gnome-power-preferences:  the control panel program, for configuration
  18.     - gnome-power-statistics:   the statistics graphing program
  19.  
  20. To build, GNOME Power Manager requires
  21.  
  22.     - libgnomeui-2.0
  23.     - libglade-2.0
  24.     - libhal-0 (from HAL 0.5.7 , 0.5.8 recommended)
  25.     - libdbus-1 (from D-BUS 0.70 or later)
  26.     - libdbus-glib-1 (from D-BUS 0.70 or later)
  27.     - libnotify (from 0.3.0 or later, 0.4.3 recommended)
  28.  
  29. To work properly, gnome-power-manager requires hald to be running.
  30.  
  31. For more information, please see http://www.gnome.org/projects/gnome-power-manager/
  32.